home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / GIFRSIZE.DOC < prev    next >
Text File  |  1991-08-03  |  1KB  |  34 lines

  1.             GifRSize
  2.             --------
  3.  
  4. Program to resize image size by integer factor, using bits deleting (scaling
  5. down) and bits duplication (scaling up).
  6.  
  7. Usage:
  8. ------
  9.  
  10. Usage: GifRSize [-q] [-S X Y] [-s Scale] [-x XScale] [-y YScale] [-h] GifFile
  11.  
  12.   If no GifFile is given, GifRSize will try to read stdin for GIF file.
  13.  
  14.  
  15. Memory required:
  16. ----------------
  17.  
  18. Line.
  19.  
  20.  
  21. Options:
  22. --------
  23.  
  24. 1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  25.    of running scan lines. Use -q- to turn off.
  26. 2. [-S X Y] : specifies the exact screen dimension of the output GIF.
  27. 2. [-s Scale] : Set scaling factor for both x & y direction to Scale.
  28.    Default is 0.5. Note this is a floating point number.
  29. 3. [-x XScale] : Set scaling factor for x direction to Scale. Default is 0.5.
  30.    Note this is a floating point number.
  31. 4. [-y YScale] : Set scaling factor for y direction to Scale. Default is 0.5.
  32.    Note this is a floating point number.
  33. 7. [-h] : print one command line help, similar to Usage above.
  34.